home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / SYSTEM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-01  |  3.2 KB  |  69 lines

  1. /* Resource Datei Indizes für SYSTEM */
  2.  
  3. #define SYSTEM_MENU 0   /* Menuebaum */
  4. #define XA_SYSTEM_ABOUT 7   /* STRING in Baum SYSTEM_MENU */
  5. #define MN_TASK_MANAGER 16  /* STRING in Baum SYSTEM_MENU */
  6. #define XA_SYSTEM_LAUNCH 17  /* STRING in Baum SYSTEM_MENU */
  7. #define SHUTDOWN 19  /* STRING in Baum SYSTEM_MENU */
  8.  
  9. #define ALERT_ICONS 1   /* Formular/Dialog */
  10. #define ALR_IC_DRIVE 1   /* USERDEF in Baum ALERT_ICONS */
  11. #define ALR_IC_STOP 2   /* USERDEF in Baum ALERT_ICONS */
  12. #define ALR_IC_WARNING 3   /* USERDEF in Baum ALERT_ICONS */
  13. #define ALR_IC_QUESTION 4   /* USERDEF in Baum ALERT_ICONS */
  14. #define ALR_IC_INFO 5   /* USERDEF in Baum ALERT_ICONS */
  15. #define ALR_IC_SYSTEM 6   /* USERDEF in Baum ALERT_ICONS */
  16. #define ALR_IC_BOMB 7   /* USERDEF in Baum ALERT_ICONS */
  17.  
  18. #define ALERT_BOX 2   /* Formular/Dialog */
  19. #define ALERT_BACK 0   /* BOX in Baum ALERT_BOX */
  20. #define ALERT_T1 1   /* TEXT in Baum ALERT_BOX */
  21. #define ALERT_T2 2   /* TEXT in Baum ALERT_BOX */
  22. #define ALERT_T3 3   /* TEXT in Baum ALERT_BOX */
  23. #define ALERT_T4 4   /* TEXT in Baum ALERT_BOX */
  24. #define ALERT_T5 5   /* TEXT in Baum ALERT_BOX */
  25. #define ALERT_BUT1 6   /* BUTTON in Baum ALERT_BOX */
  26. #define ALERT_BUT2 7   /* BUTTON in Baum ALERT_BOX */
  27. #define ALERT_BUT3 8   /* BUTTON in Baum ALERT_BOX */
  28. #define ALERT_D_ICON 9   /* USERDEF in Baum ALERT_BOX */
  29.  
  30. #define FILE_SELECT 3   /* Formular/Dialog */
  31. #define FS_LIST  2   /* BOX in Baum FILE_SELECT */
  32. #define FS_FILE  4   /* FBOXTEXT in Baum FILE_SELECT */
  33. #define FS_UPDIR 5   /* USERDEF in Baum FILE_SELECT */
  34. #define FS_FILTER 6   /* FBOXTEXT in Baum FILE_SELECT */
  35. #define FS_OK    8   /* BUTTON in Baum FILE_SELECT */
  36. #define FS_CANCEL 9   /* BUTTON in Baum FILE_SELECT */
  37. #define FS_ICN_LINK 10  /* ICON in Baum FILE_SELECT */
  38. #define FS_ICN_DIR 11  /* USERDEF in Baum FILE_SELECT */
  39. #define FS_ICN_EXE 12  /* ICON in Baum FILE_SELECT */
  40.  
  41. #define ABOUT_XAAES 4   /* Formular/Dialog */
  42. #define ABOUT_DATE 16  /* TEXT in Baum ABOUT_XAAES */
  43.  
  44. #define DEF_DESKTOP 5   /* Formular/Dialog */
  45. #define DESKTOP  0   /* BOX in Baum DEF_DESKTOP */
  46. #define DESKTOP_LOGO 1   /* ICON in Baum DEF_DESKTOP */
  47.  
  48. #define TASK_MANAGER 6   /* Formular/Dialog */
  49. #define TM_ICN_HALTED 1   /* ICON in Baum TASK_MANAGER */
  50. #define TM_ICN_LOCK 2   /* ICON in Baum TASK_MANAGER */
  51. #define TM_ICN_MENU 3   /* ICON in Baum TASK_MANAGER */
  52. #define TM_LIST  4   /* BOX in Baum TASK_MANAGER */
  53. #define TM_ICN_MESSAGE 5   /* USERDEF in Baum TASK_MANAGER */
  54. #define TM_ICN_XAAES 6   /* USERDEF in Baum TASK_MANAGER */
  55. #define TM_KILL  7   /* USERDEF in Baum TASK_MANAGER */
  56. #define TM_SLEEP 8   /* USERDEF in Baum TASK_MANAGER */
  57. #define TM_WAKE  9   /* USERDEF in Baum TASK_MANAGER */
  58.  
  59. #define WIDGETS  7   /* Formular/Dialog */
  60. #define WIDG_SIZE 1   /* USERDEF in Baum WIDGETS */
  61. #define WIDG_LOGO 2   /* USERDEF in Baum WIDGETS */
  62. #define WIDG_CLOSER 3   /* USERDEF in Baum WIDGETS */
  63. #define WIDG_UP  4   /* USERDEF in Baum WIDGETS */
  64. #define WIDG_DOWN 5   /* USERDEF in Baum WIDGETS */
  65. #define WIDG_LEFT 6   /* USERDEF in Baum WIDGETS */
  66. #define WIDG_RIGHT 7   /* USERDEF in Baum WIDGETS */
  67. #define WIDG_ICONIFY 8   /* USERDEF in Baum WIDGETS */
  68. #define WIDG_FULL 9   /* USERDEF in Baum WIDGETS */
  69.